runtime.fixalloc.size (field)
11 uses
runtime (current package)
mfixalloc.go#L32: size uintptr
mfixalloc.go#L64: f.size = size
mfixalloc.go#L77: if f.size == 0 {
mfixalloc.go#L85: f.inuse += f.size
mfixalloc.go#L87: memclrNoHeapPointers(v, f.size)
mfixalloc.go#L91: if uintptr(f.nchunk) < f.size {
mfixalloc.go#L100: f.chunk = f.chunk + f.size
mfixalloc.go#L101: f.nchunk -= uint32(f.size)
mfixalloc.go#L102: f.inuse += f.size
mfixalloc.go#L107: f.inuse -= f.size
panic.go#L1239: if mheap_.cachealloc.size == 0 { // very early
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |